home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 2-2.iso / utility / notepads / _SETUP.1 / Notepads.exe / 0 / RCDATA / TFRMPROPERTIES / TFRMPROPERTIES.txt < prev   
Text File  |  1999-09-08  |  6KB  |  254 lines

  1. object frmProperties: TfrmProperties
  2.   Left = 13
  3.   Top = 48
  4.   Width = 361
  5.   Height = 396
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'frmProperties'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object nbkProperties: TTabbedNotebook
  21.     Left = 0
  22.     Top = 0
  23.     Width = 353
  24.     Height = 366
  25.     Align = alClient
  26.     TabFont.Charset = DEFAULT_CHARSET
  27.     TabFont.Color = clBtnText
  28.     TabFont.Height = -11
  29.     TabFont.Name = 'MS Sans Serif'
  30.     TabFont.Style = []
  31.     TabOrder = 0
  32.     object TTabPage
  33.       Left = 4
  34.       Top = 24
  35.       Caption = 'General'
  36.       object bvlProperties1: TBevel
  37.         Left = 8
  38.         Top = 68
  39.         Width = 325
  40.         Height = 1
  41.       end
  42.       object lblFileName: TLabel
  43.         Left = 100
  44.         Top = 28
  45.         Width = 54
  46.         Height = 13
  47.         Caption = 'lblFileName'
  48.       end
  49.       object imgProperties: TImage
  50.         Left = 24
  51.         Top = 20
  52.         Width = 33
  53.         Height = 37
  54.       end
  55.       object pnlTypeName: TLabel
  56.         Left = 16
  57.         Top = 84
  58.         Width = 27
  59.         Height = 13
  60.         Caption = 'Type:'
  61.       end
  62.       object pnlLocationName: TLabel
  63.         Left = 16
  64.         Top = 104
  65.         Width = 44
  66.         Height = 13
  67.         Caption = 'Location:'
  68.       end
  69.       object pnlSizeName: TLabel
  70.         Left = 16
  71.         Top = 124
  72.         Width = 23
  73.         Height = 13
  74.         Caption = 'Size:'
  75.       end
  76.       object lblType: TLabel
  77.         Left = 100
  78.         Top = 84
  79.         Width = 34
  80.         Height = 13
  81.         Caption = 'lblType'
  82.       end
  83.       object lblLocation: TLabel
  84.         Left = 100
  85.         Top = 104
  86.         Width = 51
  87.         Height = 13
  88.         Caption = 'lblLocation'
  89.       end
  90.       object lblSize: TLabel
  91.         Left = 100
  92.         Top = 124
  93.         Width = 30
  94.         Height = 13
  95.         Caption = 'lblSize'
  96.       end
  97.       object bvlProperties2: TBevel
  98.         Left = 8
  99.         Top = 152
  100.         Width = 325
  101.         Height = 1
  102.       end
  103.       object lblCreatedName: TLabel
  104.         Left = 16
  105.         Top = 168
  106.         Width = 62
  107.         Height = 13
  108.         Caption = 'First Created:'
  109.       end
  110.       object lblAccessedName: TLabel
  111.         Left = 16
  112.         Top = 208
  113.         Width = 50
  114.         Height = 13
  115.         Caption = 'Accessed:'
  116.       end
  117.       object lblModifiedName: TLabel
  118.         Left = 16
  119.         Top = 188
  120.         Width = 66
  121.         Height = 13
  122.         Caption = 'Last Modified:'
  123.       end
  124.       object lblCreated: TLabel
  125.         Left = 100
  126.         Top = 168
  127.         Width = 47
  128.         Height = 13
  129.         Caption = 'lblCreated'
  130.       end
  131.       object lblAccessed: TLabel
  132.         Left = 100
  133.         Top = 208
  134.         Width = 57
  135.         Height = 13
  136.         Caption = 'lblAccessed'
  137.       end
  138.       object lblModified: TLabel
  139.         Left = 100
  140.         Top = 188
  141.         Width = 50
  142.         Height = 13
  143.         Caption = 'lblModified'
  144.       end
  145.       object Bevel1: TBevel
  146.         Left = 8
  147.         Top = 232
  148.         Width = 325
  149.         Height = 1
  150.       end
  151.       object chkReadOnly: TCheckBox
  152.         Left = 80
  153.         Top = 248
  154.         Width = 97
  155.         Height = 17
  156.         Caption = 'ReadOnly'
  157.         TabOrder = 0
  158.       end
  159.       object chkHidden: TCheckBox
  160.         Left = 80
  161.         Top = 276
  162.         Width = 97
  163.         Height = 17
  164.         Caption = 'Hidden'
  165.         TabOrder = 1
  166.       end
  167.       object chkSystem: TCheckBox
  168.         Left = 188
  169.         Top = 248
  170.         Width = 97
  171.         Height = 17
  172.         Caption = 'System'
  173.         TabOrder = 2
  174.       end
  175.       object chkArchive: TCheckBox
  176.         Left = 188
  177.         Top = 276
  178.         Width = 97
  179.         Height = 17
  180.         Caption = 'Archive'
  181.         TabOrder = 3
  182.       end
  183.       object barProperties: TSpeedBar
  184.         Left = 0
  185.         Top = 309
  186.         Width = 345
  187.         Height = 29
  188.         Hint = '|Right-click for toolbar options'
  189.         Font.Charset = DEFAULT_CHARSET
  190.         Font.Color = clWindowText
  191.         Font.Height = -12
  192.         Font.Name = 'Comic Sans MS'
  193.         Font.Style = []
  194.         Align = alBottom
  195.         Options = [sbFlatBtns]
  196.         BtnOffsetHorz = 3
  197.         BtnOffsetVert = 3
  198.         BtnWidth = 24
  199.         BtnHeight = 23
  200.         Images = frmMain.lstImages
  201.         BevelOuter = bvNone
  202.         PopupMenu = pumToolBar
  203.         TabOrder = 4
  204.         InternalVer = 1
  205.         object secFile: TSpeedbarSection
  206.           Caption = 'File'
  207.         end
  208.         object btnOK: TSpeedItem
  209.           Caption = 'Close'
  210.           Hint = 'Close properties'
  211.           ImageIndex = 50
  212.           Spacing = 1
  213.           Left = 315
  214.           Top = 3
  215.           Visible = True
  216.           OnClick = btnOKClick
  217.           SectionName = 'File'
  218.         end
  219.       end
  220.     end
  221.   end
  222.   object pumToolBar: TPopupMenu
  223.     Left = 296
  224.     Top = 44
  225.     object mniExplore: TMenuItem
  226.       Caption = 'I&Explorer Style'
  227.       Checked = True
  228.       GroupIndex = 3
  229.       Hint = 'Display tool bars with flat buttons'
  230.       RadioItem = True
  231.       OnClick = UpdateMenus
  232.     end
  233.     object mniStandard: TMenuItem
  234.       Tag = 1
  235.       Caption = '&Standard Style'
  236.       GroupIndex = 3
  237.       Hint = 'Display tool bars with raised buttons'
  238.       RadioItem = True
  239.       OnClick = UpdateMenus
  240.     end
  241.   end
  242.   object strEmail: TFormStorage
  243.     IniFileName = '\Software\JSoft Consulting\NotePads+'
  244.     IniSection = 'Properties'
  245.     UseRegistry = True
  246.     StoredProps.Strings = (
  247.       'mniExplore.Checked'
  248.       'mniStandard.Checked'
  249.       'barProperties.Options')
  250.     Left = 268
  251.     Top = 44
  252.   end
  253. end
  254.